Html Css Color HEX #962ABA Dark Orchid

📋 copy color: '#962ABA'

red 150 ◦ green 42 ◦ blue 186

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

Shades of Dark Orchid #962ABA

Tints of Dark Orchid #962ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.21%

R = 39.68%
G = 11.11%
B = 49.21%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#962ABA (or 0x962ABA) is known color: Dark Orchid. HEX triplet: 96, 2A and BA. RGB value is (150,42,186). Sum of RGB (Red+Green+Blue) = 150+42+186=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #962ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962ABA is #69D545. Grayscale: #5A5A5A. Windows color (decimal): -6935878 or 12200598. OLE color: 12200598.

HSL color Cylindrical-coordinate representation of color #962ABA: hue angle of 285º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962ABA is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 42 186 -
CMYK 0.19 0.77 0 0.27
HSL 285º 0.63% 0.45% -
HSV(B) 285º 0.77% 0.73% -
XYZ 22.27 11.69 47.54 -
YUV 90.71 181.78 170.29 -
System Red Green Blue C M Y K H S L
Decimal 150 42 186 0.19 0.77 0 0.27 285 0.63 0.45
Hex 96 2A BA 13 4D 0 1B 11D 3F 2D
Octal 226 52 272 23 115 0 33 435 77 55
Binary 10010110 101010 10111010 10011 1001101 0 11011 100011101 111111 101101

Color Harmonies of #962ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962ABA

Black with #962ABA

Text Example


Text Example

White with #962ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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