Html Css Color HEX #951EBA Dark Orchid

📋 copy color: '#951EBA'

red 149 ◦ green 30 ◦ blue 186

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

Shades of Dark Orchid #951EBA

Tints of Dark Orchid #951EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.96%

R = 40.82%
G = 8.22%
B = 50.96%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#951EBA (or 0x951EBA) is known color: Dark Orchid. HEX triplet: 95, 1E and BA. RGB value is (149,30,186). Sum of RGB (Red+Green+Blue) = 149+30+186=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #951EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951EBA is #6AE145. Grayscale: #525252. Windows color (decimal): -7004486 or 12197525. OLE color: 12197525.

HSL color Cylindrical-coordinate representation of color #951EBA: hue angle of 285.77º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951EBA is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 30 186 -
CMYK 0.20 0.84 0 0.27
HSL 285.77º 0.72% 0.42% -
HSV(B) 285.77º 0.84% 0.73% -
XYZ 21.72 10.86 47.41 -
YUV 83.37 185.92 174.82 -
System Red Green Blue C M Y K H S L
Decimal 149 30 186 0.20 0.84 0 0.27 285.77 0.72 0.42
Hex 95 1E BA 14 54 0 1B 11E 48 2A
Octal 225 36 272 24 124 0 33 436 110 52
Binary 10010101 11110 10111010 10100 1010100 0 11011 100011110 1001000 101010

Color Harmonies of #951EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951EBA

Black with #951EBA

Text Example


Text Example

White with #951EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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