Html Css Color HEX #963CCE Dark Orchid

📋 copy color: '#963CCE'

red 150 ◦ green 60 ◦ blue 206

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

Shades of Dark Orchid #963CCE

Tints of Dark Orchid #963CCE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.42%

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 36.06%
G = 14.42%
B = 49.52%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#963CCE (or 0x963CCE) is known color: Dark Orchid. HEX triplet: 96, 3C and CE. RGB value is (150,60,206). Sum of RGB (Red+Green+Blue) = 150+60+206=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #963CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963CCE is #69C331. Grayscale: #676767. Windows color (decimal): -6931250 or 13515926. OLE color: 13515926.

HSL color Cylindrical-coordinate representation of color #963CCE: hue angle of 276.99º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #963CCE is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 60 206 -
CMYK 0.27 0.71 0 0.19
HSL 276.99º 0.6% 0.52% -
HSV(B) 276.99º 0.71% 0.81% -
XYZ 25.33 14.17 59.79 -
YUV 103.55 185.82 161.13 -
System Red Green Blue C M Y K H S L
Decimal 150 60 206 0.27 0.71 0 0.19 276.99 0.6 0.52
Hex 96 3C CE 1B 47 0 13 115 3C 34
Octal 226 74 316 33 107 0 23 425 74 64
Binary 10010110 111100 11001110 11011 1000111 0 10011 100010101 111100 110100

Color Harmonies of #963CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963CCE

Black with #963CCE

Text Example


Text Example

White with #963CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,60,206); }

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

background-color css

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

 a { background-color: rgb(150,60,206); }

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

border-color css

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

 span { border-color: rgb(150,60,206); }

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