Html Css Color HEX #963CCD Dark Orchid

📋 copy color: '#963CCD'

red 150 ◦ green 60 ◦ blue 205

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

Shades of Dark Orchid #963CCD

Tints of Dark Orchid #963CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.4%

R = 36.14%
G = 14.46%
B = 49.4%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#963CCD (or 0x963CCD) is known color: Dark Orchid. HEX triplet: 96, 3C and CD. RGB value is (150,60,205). Sum of RGB (Red+Green+Blue) = 150+60+205=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #963CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963CCD is #69C332. Grayscale: #666666. Windows color (decimal): -6931251 or 13450390. OLE color: 13450390.

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

Color convert

RGB 150 60 205 -
CMYK 0.27 0.71 0 0.20
HSL 277.24º 0.59% 0.52% -
HSV(B) 277.24º 0.71% 0.8% -
XYZ 25.21 14.12 59.15 -
YUV 103.44 185.32 161.21 -
System Red Green Blue C M Y K H S L
Decimal 150 60 205 0.27 0.71 0 0.20 277.24 0.59 0.52
Hex 96 3C CD 1B 47 0 14 115 3B 34
Octal 226 74 315 33 107 0 24 425 73 64
Binary 10010110 111100 11001101 11011 1000111 0 10100 100010101 111011 110100

Color Harmonies of #963CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963CCD

Black with #963CCD

Text Example


Text Example

White with #963CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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