Html Css Color HEX #962FAC Dark Orchid

📋 copy color: '#962FAC'

red 150 ◦ green 47 ◦ blue 172

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

Shades of Dark Orchid #962FAC

Tints of Dark Orchid #962FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.74%

 BLUE value IS 172 (67.58% from 255) = 46.61%

R = 40.65%
G = 12.74%
B = 46.61%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#962FAC (or 0x962FAC) is known color: Dark Orchid. HEX triplet: 96, 2F and AC. RGB value is (150,47,172). Sum of RGB (Red+Green+Blue) = 150+47+172=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #962FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962FAC is #69D053. Grayscale: #5B5B5B. Windows color (decimal): -6934612 or 11284374. OLE color: 11284374.

HSL color Cylindrical-coordinate representation of color #962FAC: hue angle of 289.44º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962FAC is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 47 172 -
CMYK 0.13 0.73 0 0.33
HSL 289.44º 0.57% 0.43% -
HSV(B) 289.44º 0.73% 0.67% -
XYZ 21.04 11.5 40.14 -
YUV 92.05 173.12 169.34 -
System Red Green Blue C M Y K H S L
Decimal 150 47 172 0.13 0.73 0 0.33 289.44 0.57 0.43
Hex 96 2F AC D 49 0 21 121 39 2B
Octal 226 57 254 15 111 0 41 441 71 53
Binary 10010110 101111 10101100 1101 1001001 0 100001 100100001 111001 101011

Color Harmonies of #962FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962FAC

Black with #962FAC

Text Example


Text Example

White with #962FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,47,172); }

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

background-color css

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

 a { background-color: rgb(150,47,172); }

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

border-color css

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

 span { border-color: rgb(150,47,172); }

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