Html Css Color HEX #962ACE Dark Orchid

📋 copy color: '#962ACE'

red 150 ◦ green 42 ◦ blue 206

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

Shades of Dark Orchid #962ACE

Tints of Dark Orchid #962ACE

RGB

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

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

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

R = 37.69%
G = 10.55%
B = 51.76%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#962ACE (or 0x962ACE) is known color: Dark Orchid. HEX triplet: 96, 2A and CE. RGB value is (150,42,206). Sum of RGB (Red+Green+Blue) = 150+42+206=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 42 (16.80% from 255 or 10.55% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #962ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962ACE is #69D531. Grayscale: #5C5C5C. Windows color (decimal): -6935858 or 13511318. OLE color: 13511318.

HSL color Cylindrical-coordinate representation of color #962ACE: hue angle of 279.51º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #962ACE is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 42 206 -
CMYK 0.27 0.80 0 0.19
HSL 279.51º 0.66% 0.49% -
HSV(B) 279.51º 0.8% 0.81% -
XYZ 24.55 12.6 59.53 -
YUV 92.99 191.78 168.66 -
System Red Green Blue C M Y K H S L
Decimal 150 42 206 0.27 0.80 0 0.19 279.51 0.66 0.49
Hex 96 2A CE 1B 50 0 13 118 42 31
Octal 226 52 316 33 120 0 23 430 102 61
Binary 10010110 101010 11001110 11011 1010000 0 10011 100011000 1000010 110001

Color Harmonies of #962ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962ACE

Black with #962ACE

Text Example


Text Example

White with #962ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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