Html Css Color HEX #961EAF Dark Orchid

📋 copy color: '#961EAF'

red 150 ◦ green 30 ◦ blue 175

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

Shades of Dark Orchid #961EAF

Tints of Dark Orchid #961EAF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.45%

 BLUE value IS 175 (68.75% from 255) = 49.3%

R = 42.25%
G = 8.45%
B = 49.3%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#961EAF (or 0x961EAF) is known color: Dark Orchid. HEX triplet: 96, 1E and AF. RGB value is (150,30,175). Sum of RGB (Red+Green+Blue) = 150+30+175=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #961EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961EAF is #69E150. Grayscale: #515151. Windows color (decimal): -6938961 or 11476630. OLE color: 11476630.

HSL color Cylindrical-coordinate representation of color #961EAF: hue angle of 289.66º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961EAF is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 30 175 -
CMYK 0.14 0.83 0 0.31
HSL 289.66º 0.71% 0.4% -
HSV(B) 289.66º 0.83% 0.69% -
XYZ 20.78 10.51 41.49 -
YUV 82.41 180.26 176.21 -
System Red Green Blue C M Y K H S L
Decimal 150 30 175 0.14 0.83 0 0.31 289.66 0.71 0.4
Hex 96 1E AF E 53 0 1F 122 47 28
Octal 226 36 257 16 123 0 37 442 107 50
Binary 10010110 11110 10101111 1110 1010011 0 11111 100100010 1000111 101000

Color Harmonies of #961EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961EAF

Black with #961EAF

Text Example


Text Example

White with #961EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961EAF; }

 p { color: rgb(150,30,175); }

 H1.HeaderClassName
 {
   color: #961EAF;
 }
 .AnyTagClassName
 {
   color: #961EAF;
 }
</style>

background-color css

<style>
 a { background-color: #961EAF; }

 a { background-color: rgb(150,30,175); }

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

border-color css

<style>
 span { border-color: #961EAF; }

 span { border-color: rgb(150,30,175); }

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