Html Css Color HEX #951AB9 Dark Orchid

📋 copy color: '#951AB9'

red 149 ◦ green 26 ◦ blue 185

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

Shades of Dark Orchid #951AB9

Tints of Dark Orchid #951AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 51.39%

R = 41.39%
G = 7.22%
B = 51.39%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#951AB9 (or 0x951AB9) is known color: Dark Orchid. HEX triplet: 95, 1A and B9. RGB value is (149,26,185). Sum of RGB (Red+Green+Blue) = 149+26+185=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 185 (72.66% from 255 or 51.39% from 360); Max value from RGB is 185 - color contains mainly: blue. Hex color #951AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951AB9 is #6AE546. Grayscale: #505050. Windows color (decimal): -7005511 or 12130965. OLE color: 12130965.

HSL color Cylindrical-coordinate representation of color #951AB9: hue angle of 286.42º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951AB9 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 26 185 -
CMYK 0.19 0.86 0 0.27
HSL 286.42º 0.75% 0.41% -
HSV(B) 286.42º 0.86% 0.73% -
XYZ 21.52 10.63 46.82 -
YUV 80.9 186.75 176.57 -
System Red Green Blue C M Y K H S L
Decimal 149 26 185 0.19 0.86 0 0.27 286.42 0.75 0.41
Hex 95 1A B9 13 56 0 1B 11E 4B 29
Octal 225 32 271 23 126 0 33 436 113 51
Binary 10010101 11010 10111001 10011 1010110 0 11011 100011110 1001011 101001

Color Harmonies of #951AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951AB9

Black with #951AB9

Text Example


Text Example

White with #951AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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