Html Css Color HEX #963DBC Dark Orchid

📋 copy color: '#963DBC'

red 150 ◦ green 61 ◦ blue 188

#963DBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #963DBC

Tints of Dark Orchid #963DBC

RGB

 RED value IS 150 (58.98% from 255) = 37.59%

 GREEN value IS 61 (24.22% from 255) = 15.29%

 BLUE value IS 188 (73.83% from 255) = 47.12%

R = 37.59%
G = 15.29%
B = 47.12%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#963DBC (or 0x963DBC) is known color: Dark Orchid. HEX triplet: 96, 3D and BC. RGB value is (150,61,188). Sum of RGB (Red+Green+Blue) = 150+61+188=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #963DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963DBC is #69C243. Grayscale: #656565. Windows color (decimal): -6931012 or 12336534. OLE color: 12336534.

HSL color Cylindrical-coordinate representation of color #963DBC: hue angle of 282.05º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #963DBC is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 61 188 -
CMYK 0.20 0.68 0 0.26
HSL 282.05º 0.51% 0.49% -
HSV(B) 282.05º 0.68% 0.74% -
XYZ 23.32 13.45 48.94 -
YUV 102.09 176.49 162.17 -
System Red Green Blue C M Y K H S L
Decimal 150 61 188 0.20 0.68 0 0.26 282.05 0.51 0.49
Hex 96 3D BC 14 44 0 1A 11A 33 31
Octal 226 75 274 24 104 0 32 432 63 61
Binary 10010110 111101 10111100 10100 1000100 0 11010 100011010 110011 110001

Color Harmonies of #963DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963DBC

Black with #963DBC

Text Example


Text Example

White with #963DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963DBC; }

 p { color: rgb(150,61,188); }

 H1.HeaderClassName
 {
   color: #963DBC;
 }
 .AnyTagClassName
 {
   color: #963DBC;
 }
</style>

background-color css

<style>
 a { background-color: #963DBC; }

 a { background-color: rgb(150,61,188); }

 div.DivClassName
 {
   background-color: #963DBC;
 }
 .BgClassName
 {
   background-color: #963DBC;
 }
</style>

border-color css

<style>
 span { border-color: #963DBC; }

 span { border-color: rgb(150,61,188); }

 td.TdClassName
 {
   border-color: #963DBC;
 }
 .TagClassName
 {
   border-color: #963DBC;
 }
</style>