Html Css Color HEX #962BAE Dark Orchid

📋 copy color: '#962BAE'

red 150 ◦ green 43 ◦ blue 174

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

Shades of Dark Orchid #962BAE

Tints of Dark Orchid #962BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.72%

 BLUE value IS 174 (68.36% from 255) = 47.41%

R = 40.87%
G = 11.72%
B = 47.41%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#962BAE (or 0x962BAE) is known color: Dark Orchid. HEX triplet: 96, 2B and AE. RGB value is (150,43,174). Sum of RGB (Red+Green+Blue) = 150+43+174=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #962BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962BAE is #69D451. Grayscale: #595959. Windows color (decimal): -6935634 or 11414422. OLE color: 11414422.

HSL color Cylindrical-coordinate representation of color #962BAE: hue angle of 289.01º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962BAE is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 43 174 -
CMYK 0.14 0.75 0 0.32
HSL 289.01º 0.6% 0.43% -
HSV(B) 289.01º 0.75% 0.68% -
XYZ 21.08 11.27 41.11 -
YUV 89.93 175.45 170.85 -
System Red Green Blue C M Y K H S L
Decimal 150 43 174 0.14 0.75 0 0.32 289.01 0.6 0.43
Hex 96 2B AE E 4B 0 20 121 3C 2B
Octal 226 53 256 16 113 0 40 441 74 53
Binary 10010110 101011 10101110 1110 1001011 0 100000 100100001 111100 101011

Color Harmonies of #962BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962BAE

Black with #962BAE

Text Example


Text Example

White with #962BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,43,174); }

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

background-color css

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

 a { background-color: rgb(150,43,174); }

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

border-color css

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

 span { border-color: rgb(150,43,174); }

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