Html Css Color HEX #962ABE Dark Orchid

📋 copy color: '#962ABE'

red 150 ◦ green 42 ◦ blue 190

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

Shades of Dark Orchid #962ABE

Tints of Dark Orchid #962ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.74%

R = 39.27%
G = 10.99%
B = 49.74%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#962ABE (or 0x962ABE) is known color: Dark Orchid. HEX triplet: 96, 2A and BE. RGB value is (150,42,190). Sum of RGB (Red+Green+Blue) = 150+42+190=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #962ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962ABE is #69D541. Grayscale: #5A5A5A. Windows color (decimal): -6935874 or 12462742. OLE color: 12462742.

HSL color Cylindrical-coordinate representation of color #962ABE: hue angle of 283.78º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #962ABE is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 42 190 -
CMYK 0.21 0.78 0 0.25
HSL 283.78º 0.64% 0.45% -
HSV(B) 283.78º 0.78% 0.75% -
XYZ 22.7 11.86 49.81 -
YUV 91.16 183.78 169.97 -
System Red Green Blue C M Y K H S L
Decimal 150 42 190 0.21 0.78 0 0.25 283.78 0.64 0.45
Hex 96 2A BE 15 4E 0 19 11C 40 2D
Octal 226 52 276 25 116 0 31 434 100 55
Binary 10010110 101010 10111110 10101 1001110 0 11001 100011100 1000000 101101

Color Harmonies of #962ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962ABE

Black with #962ABE

Text Example


Text Example

White with #962ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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