Html Css Color HEX #951DB6 Dark Orchid

📋 copy color: '#951DB6'

red 149 ◦ green 29 ◦ blue 182

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

Shades of Dark Orchid #951DB6

Tints of Dark Orchid #951DB6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.06%

 BLUE value IS 182 (71.48% from 255) = 50.56%

R = 41.39%
G = 8.06%
B = 50.56%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#951DB6 (or 0x951DB6) is known color: Dark Orchid. HEX triplet: 95, 1D and B6. RGB value is (149,29,182). Sum of RGB (Red+Green+Blue) = 149+29+182=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 182 (71.48% from 255 or 50.56% from 360); Max value from RGB is 182 - color contains mainly: blue. Hex color #951DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951DB6 is #6AE249. Grayscale: #515151. Windows color (decimal): -7004746 or 11935125. OLE color: 11935125.

HSL color Cylindrical-coordinate representation of color #951DB6: hue angle of 287.06º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951DB6 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 29 182 -
CMYK 0.18 0.84 0 0.29
HSL 287.06º 0.73% 0.41% -
HSV(B) 287.06º 0.84% 0.71% -
XYZ 21.28 10.65 45.19 -
YUV 82.32 184.26 175.56 -
System Red Green Blue C M Y K H S L
Decimal 149 29 182 0.18 0.84 0 0.29 287.06 0.73 0.41
Hex 95 1D B6 12 54 0 1D 11F 49 29
Octal 225 35 266 22 124 0 35 437 111 51
Binary 10010101 11101 10110110 10010 1010100 0 11101 100011111 1001001 101001

Color Harmonies of #951DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951DB6

Black with #951DB6

Text Example


Text Example

White with #951DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,29,182); }

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

background-color css

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

 a { background-color: rgb(149,29,182); }

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

border-color css

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

 span { border-color: rgb(149,29,182); }

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