Html Css Color HEX #951EBC Dark Orchid

📋 copy color: '#951EBC'

red 149 ◦ green 30 ◦ blue 188

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

Shades of Dark Orchid #951EBC

Tints of Dark Orchid #951EBC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.17%

 BLUE value IS 188 (73.83% from 255) = 51.23%

R = 40.6%
G = 8.17%
B = 51.23%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#951EBC (or 0x951EBC) is known color: Dark Orchid. HEX triplet: 95, 1E and BC. RGB value is (149,30,188). Sum of RGB (Red+Green+Blue) = 149+30+188=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #951EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951EBC is #6AE143. Grayscale: #535353. Windows color (decimal): -7004484 or 12328597. OLE color: 12328597.

HSL color Cylindrical-coordinate representation of color #951EBC: hue angle of 285.19º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951EBC is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 30 188 -
CMYK 0.21 0.84 0 0.26
HSL 285.19º 0.72% 0.43% -
HSV(B) 285.19º 0.84% 0.74% -
XYZ 21.94 10.95 48.53 -
YUV 83.59 186.92 174.65 -
System Red Green Blue C M Y K H S L
Decimal 149 30 188 0.21 0.84 0 0.26 285.19 0.72 0.43
Hex 95 1E BC 15 54 0 1A 11D 48 2B
Octal 225 36 274 25 124 0 32 435 110 53
Binary 10010101 11110 10111100 10101 1010100 0 11010 100011101 1001000 101011

Color Harmonies of #951EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951EBC

Black with #951EBC

Text Example


Text Example

White with #951EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,30,188); }

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

background-color css

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

 a { background-color: rgb(149,30,188); }

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

border-color css

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

 span { border-color: rgb(149,30,188); }

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