Html Css Color HEX #951AAF Dark Orchid

📋 copy color: '#951AAF'

red 149 ◦ green 26 ◦ blue 175

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

Shades of Dark Orchid #951AAF

Tints of Dark Orchid #951AAF

RGB

 RED value IS 149 (58.59% from 255) = 42.57%

 GREEN value IS 26 (10.55% from 255) = 7.43%

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

R = 42.57%
G = 7.43%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#951AAF (or 0x951AAF) is known color: Dark Orchid. HEX triplet: 95, 1A and AF. RGB value is (149,26,175). Sum of RGB (Red+Green+Blue) = 149+26+175=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #951AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951AAF is #6AE550. Grayscale: #4F4F4F. Windows color (decimal): -7005521 or 11475605. OLE color: 11475605.

HSL color Cylindrical-coordinate representation of color #951AAF: hue angle of 289.53º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951AAF is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 26 175 -
CMYK 0.15 0.85 0 0.31
HSL 289.53º 0.74% 0.39% -
HSV(B) 289.53º 0.85% 0.69% -
XYZ 20.5 10.22 41.45 -
YUV 79.76 181.75 177.38 -
System Red Green Blue C M Y K H S L
Decimal 149 26 175 0.15 0.85 0 0.31 289.53 0.74 0.39
Hex 95 1A AF F 55 0 1F 122 4A 27
Octal 225 32 257 17 125 0 37 442 112 47
Binary 10010101 11010 10101111 1111 1010101 0 11111 100100010 1001010 100111

Color Harmonies of #951AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951AAF

Black with #951AAF

Text Example


Text Example

White with #951AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951AAF; }

 p { color: rgb(149,26,175); }

 H1.HeaderClassName
 {
   color: #951AAF;
 }
 .AnyTagClassName
 {
   color: #951AAF;
 }
</style>

background-color css

<style>
 a { background-color: #951AAF; }

 a { background-color: rgb(149,26,175); }

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

border-color css

<style>
 span { border-color: #951AAF; }

 span { border-color: rgb(149,26,175); }

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