Html Css Color HEX #961FAC Dark Orchid

📋 copy color: '#961FAC'

red 150 ◦ green 31 ◦ blue 172

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

Shades of Dark Orchid #961FAC

Tints of Dark Orchid #961FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.78%

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

R = 42.49%
G = 8.78%
B = 48.73%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#961FAC (or 0x961FAC) is known color: Dark Orchid. HEX triplet: 96, 1F and AC. RGB value is (150,31,172). Sum of RGB (Red+Green+Blue) = 150+31+172=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #961FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961FAC is #69E053. Grayscale: #525252. Windows color (decimal): -6938708 or 11280278. OLE color: 11280278.

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

Color convert

RGB 150 31 172 -
CMYK 0.13 0.82 0 0.33
HSL 290.64º 0.69% 0.4% -
HSV(B) 290.64º 0.82% 0.67% -
XYZ 20.51 10.44 39.96 -
YUV 82.66 178.42 176.04 -
System Red Green Blue C M Y K H S L
Decimal 150 31 172 0.13 0.82 0 0.33 290.64 0.69 0.4
Hex 96 1F AC D 52 0 21 123 45 28
Octal 226 37 254 15 122 0 41 443 105 50
Binary 10010110 11111 10101100 1101 1010010 0 100001 100100011 1000101 101000

Color Harmonies of #961FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961FAC

Black with #961FAC

Text Example


Text Example

White with #961FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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