Html Css Color HEX #951AB0 Dark Orchid

📋 copy color: '#951AB0'

red 149 ◦ green 26 ◦ blue 176

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

Shades of Dark Orchid #951AB0

Tints of Dark Orchid #951AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 50.14%

R = 42.45%
G = 7.41%
B = 50.14%

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

#951AB0 (or 0x951AB0) is known color: Dark Orchid. HEX triplet: 95, 1A and B0. RGB value is (149,26,176). Sum of RGB (Red+Green+Blue) = 149+26+176=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 176 (69.14% from 255 or 50.14% from 351); Max value from RGB is 176 - color contains mainly: blue. Hex color #951AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951AB0 is #6AE54F. Grayscale: #4F4F4F. Windows color (decimal): -7005520 or 11541141. OLE color: 11541141.

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

Color convert

RGB 149 26 176 -
CMYK 0.15 0.85 0 0.31
HSL 289.2º 0.74% 0.4% -
HSV(B) 289.2º 0.85% 0.69% -
XYZ 20.6 10.26 41.97 -
YUV 79.88 182.25 177.3 -
System Red Green Blue C M Y K H S L
Decimal 149 26 176 0.15 0.85 0 0.31 289.2 0.74 0.4
Hex 95 1A B0 F 55 0 1F 121 4A 28
Octal 225 32 260 17 125 0 37 441 112 50
Binary 10010101 11010 10110000 1111 1010101 0 11111 100100001 1001010 101000

Color Harmonies of #951AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951AB0

Black with #951AB0

Text Example


Text Example

White with #951AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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