Html Css Color HEX #951FAB Dark Orchid

📋 copy color: '#951FAB'

red 149 ◦ green 31 ◦ blue 171

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

Shades of Dark Orchid #951FAB

Tints of Dark Orchid #951FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.72%

R = 42.45%
G = 8.83%
B = 48.72%

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

#951FAB (or 0x951FAB) is known color: Dark Orchid. HEX triplet: 95, 1F and AB. RGB value is (149,31,171). Sum of RGB (Red+Green+Blue) = 149+31+171=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #951FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951FAB is #6AE054. Grayscale: #515151. Windows color (decimal): -7004245 or 11214741. OLE color: 11214741.

HSL color Cylindrical-coordinate representation of color #951FAB: hue angle of 290.57º 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 #951FAB is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 31 171 -
CMYK 0.13 0.82 0 0.33
HSL 290.57º 0.69% 0.4% -
HSV(B) 290.57º 0.82% 0.67% -
XYZ 20.24 10.31 39.45 -
YUV 82.24 178.09 175.62 -
System Red Green Blue C M Y K H S L
Decimal 149 31 171 0.13 0.82 0 0.33 290.57 0.69 0.4
Hex 95 1F AB D 52 0 21 123 45 28
Octal 225 37 253 15 122 0 41 443 105 50
Binary 10010101 11111 10101011 1101 1010010 0 100001 100100011 1000101 101000

Color Harmonies of #951FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951FAB

Black with #951FAB

Text Example


Text Example

White with #951FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,31,171); }

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

background-color css

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

 a { background-color: rgb(149,31,171); }

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

border-color css

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

 span { border-color: rgb(149,31,171); }

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