Html Css Color HEX #951FB0 Dark Orchid

📋 copy color: '#951FB0'

red 149 ◦ green 31 ◦ blue 176

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

Shades of Dark Orchid #951FB0

Tints of Dark Orchid #951FB0

RGB

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

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

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

R = 41.85%
G = 8.71%
B = 49.44%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#951FB0 (or 0x951FB0) is known color: Dark Orchid. HEX triplet: 95, 1F and B0. RGB value is (149,31,176). Sum of RGB (Red+Green+Blue) = 149+31+176=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 176 (69.14% from 255 or 49.44% from 356); Max value from RGB is 176 - color contains mainly: blue. Hex color #951FB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951FB0 is #6AE04F. Grayscale: #525252. Windows color (decimal): -7004240 or 11542421. OLE color: 11542421.

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

Color convert

RGB 149 31 176 -
CMYK 0.15 0.82 0 0.31
HSL 288.83º 0.7% 0.41% -
HSV(B) 288.83º 0.82% 0.69% -
XYZ 20.72 10.5 42.01 -
YUV 82.81 180.59 175.21 -
System Red Green Blue C M Y K H S L
Decimal 149 31 176 0.15 0.82 0 0.31 288.83 0.7 0.41
Hex 95 1F B0 F 52 0 1F 121 46 29
Octal 225 37 260 17 122 0 37 441 106 51
Binary 10010101 11111 10110000 1111 1010010 0 11111 100100001 1000110 101001

Color Harmonies of #951FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951FB0

Black with #951FB0

Text Example


Text Example

White with #951FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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