Html Css Color HEX #962ABF Dark Orchid

📋 copy color: '#962ABF'

red 150 ◦ green 42 ◦ blue 191

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

Shades of Dark Orchid #962ABF

Tints of Dark Orchid #962ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.87%

R = 39.16%
G = 10.97%
B = 49.87%

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

#962ABF (or 0x962ABF) is known color: Dark Orchid. HEX triplet: 96, 2A and BF. RGB value is (150,42,191). Sum of RGB (Red+Green+Blue) = 150+42+191=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #962ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962ABF is #69D540. Grayscale: #5A5A5A. Windows color (decimal): -6935873 or 12528278. OLE color: 12528278.

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

Color convert

RGB 150 42 191 -
CMYK 0.21 0.78 0 0.25
HSL 283.49º 0.64% 0.46% -
HSV(B) 283.49º 0.78% 0.75% -
XYZ 22.81 11.9 50.39 -
YUV 91.28 184.28 169.88 -
System Red Green Blue C M Y K H S L
Decimal 150 42 191 0.21 0.78 0 0.25 283.49 0.64 0.46
Hex 96 2A BF 15 4E 0 19 11B 40 2E
Octal 226 52 277 25 116 0 31 433 100 56
Binary 10010110 101010 10111111 10101 1001110 0 11001 100011011 1000000 101110

Color Harmonies of #962ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962ABF

Black with #962ABF

Text Example


Text Example

White with #962ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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