Html Css Color HEX #962ACC Dark Orchid

📋 copy color: '#962ACC'

red 150 ◦ green 42 ◦ blue 204

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

Shades of Dark Orchid #962ACC

Tints of Dark Orchid #962ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.61%

 BLUE value IS 204 (80.08% from 255) = 51.52%

R = 37.88%
G = 10.61%
B = 51.52%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#962ACC (or 0x962ACC) is known color: Dark Orchid. HEX triplet: 96, 2A and CC. RGB value is (150,42,204). Sum of RGB (Red+Green+Blue) = 150+42+204=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #962ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962ACC is #69D533. Grayscale: #5C5C5C. Windows color (decimal): -6935860 or 13380246. OLE color: 13380246.

HSL color Cylindrical-coordinate representation of color #962ACC: hue angle of 280º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962ACC is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 42 204 -
CMYK 0.26 0.79 0 0.2
HSL 280º 0.66% 0.48% -
HSV(B) 280º 0.79% 0.8% -
XYZ 24.3 12.5 58.26 -
YUV 92.76 190.78 168.83 -
System Red Green Blue C M Y K H S L
Decimal 150 42 204 0.26 0.79 0 0.2 280 0.66 0.48
Hex 96 2A CC 1A 4F 0 14 118 42 30
Octal 226 52 314 32 117 0 24 430 102 60
Binary 10010110 101010 11001100 11010 1001111 0 10100 100011000 1000010 110000

Color Harmonies of #962ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962ACC

Black with #962ACC

Text Example


Text Example

White with #962ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962ACC; }

 p { color: rgb(150,42,204); }

 H1.HeaderClassName
 {
   color: #962ACC;
 }
 .AnyTagClassName
 {
   color: #962ACC;
 }
</style>

background-color css

<style>
 a { background-color: #962ACC; }

 a { background-color: rgb(150,42,204); }

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

border-color css

<style>
 span { border-color: #962ACC; }

 span { border-color: rgb(150,42,204); }

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