Html Css Color HEX #951DB4 Dark Orchid

📋 copy color: '#951DB4'

red 149 ◦ green 29 ◦ blue 180

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

Shades of Dark Orchid #951DB4

Tints of Dark Orchid #951DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.28%

R = 41.62%
G = 8.1%
B = 50.28%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#951DB4 (or 0x951DB4) is known color: Dark Orchid. HEX triplet: 95, 1D and B4. RGB value is (149,29,180). Sum of RGB (Red+Green+Blue) = 149+29+180=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 180 (70.70% from 255 or 50.28% from 358); Max value from RGB is 180 - color contains mainly: blue. Hex color #951DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951DB4 is #6AE24B. Grayscale: #515151. Windows color (decimal): -7004748 or 11804053. OLE color: 11804053.

HSL color Cylindrical-coordinate representation of color #951DB4: hue angle of 287.68º degrees, saturation: 0.72, 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 #951DB4 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 29 180 -
CMYK 0.17 0.84 0 0.29
HSL 287.68º 0.72% 0.41% -
HSV(B) 287.68º 0.84% 0.71% -
XYZ 21.07 10.56 44.11 -
YUV 82.09 183.26 175.72 -
System Red Green Blue C M Y K H S L
Decimal 149 29 180 0.17 0.84 0 0.29 287.68 0.72 0.41
Hex 95 1D B4 11 54 0 1D 120 48 29
Octal 225 35 264 21 124 0 35 440 110 51
Binary 10010101 11101 10110100 10001 1010100 0 11101 100100000 1001000 101001

Color Harmonies of #951DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951DB4

Black with #951DB4

Text Example


Text Example

White with #951DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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