Html Css Color HEX #962CAB Dark Orchid

📋 copy color: '#962CAB'

red 150 ◦ green 44 ◦ blue 171

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

Shades of Dark Orchid #962CAB

Tints of Dark Orchid #962CAB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.05%

 BLUE value IS 171 (67.19% from 255) = 46.85%

R = 41.1%
G = 12.05%
B = 46.85%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#962CAB (or 0x962CAB) is known color: Dark Orchid. HEX triplet: 96, 2C and AB. RGB value is (150,44,171). Sum of RGB (Red+Green+Blue) = 150+44+171=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #962CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962CAB is #69D354. Grayscale: #595959. Windows color (decimal): -6935381 or 11218070. OLE color: 11218070.

HSL color Cylindrical-coordinate representation of color #962CAB: hue angle of 290.08º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #962CAB is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 44 171 -
CMYK 0.12 0.74 0 0.33
HSL 290.08º 0.59% 0.42% -
HSV(B) 290.08º 0.74% 0.67% -
XYZ 20.83 11.23 39.6 -
YUV 90.17 173.62 170.67 -
System Red Green Blue C M Y K H S L
Decimal 150 44 171 0.12 0.74 0 0.33 290.08 0.59 0.42
Hex 96 2C AB C 4A 0 21 122 3B 2A
Octal 226 54 253 14 112 0 41 442 73 52
Binary 10010110 101100 10101011 1100 1001010 0 100001 100100010 111011 101010

Color Harmonies of #962CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962CAB

Black with #962CAB

Text Example


Text Example

White with #962CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,44,171); }

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

background-color css

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

 a { background-color: rgb(150,44,171); }

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

border-color css

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

 span { border-color: rgb(150,44,171); }

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