Html Css Color HEX #963CCA Dark Orchid

📋 copy color: '#963CCA'

red 150 ◦ green 60 ◦ blue 202

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

Shades of Dark Orchid #963CCA

Tints of Dark Orchid #963CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.03%

R = 36.41%
G = 14.56%
B = 49.03%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#963CCA (or 0x963CCA) is known color: Dark Orchid. HEX triplet: 96, 3C and CA. RGB value is (150,60,202). Sum of RGB (Red+Green+Blue) = 150+60+202=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #963CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963CCA is #69C335. Grayscale: #666666. Windows color (decimal): -6931254 or 13253782. OLE color: 13253782.

HSL color Cylindrical-coordinate representation of color #963CCA: hue angle of 278.03º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #963CCA is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 60 202 -
CMYK 0.26 0.70 0 0.21
HSL 278.03º 0.57% 0.51% -
HSV(B) 278.03º 0.7% 0.79% -
XYZ 24.85 13.98 57.27 -
YUV 103.1 183.82 161.45 -
System Red Green Blue C M Y K H S L
Decimal 150 60 202 0.26 0.70 0 0.21 278.03 0.57 0.51
Hex 96 3C CA 1A 46 0 15 116 39 33
Octal 226 74 312 32 106 0 25 426 71 63
Binary 10010110 111100 11001010 11010 1000110 0 10101 100010110 111001 110011

Color Harmonies of #963CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963CCA

Black with #963CCA

Text Example


Text Example

White with #963CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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