Html Css Color HEX #951CBA Dark Orchid

📋 copy color: '#951CBA'

red 149 ◦ green 28 ◦ blue 186

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

Shades of Dark Orchid #951CBA

Tints of Dark Orchid #951CBA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.71%

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

R = 41.05%
G = 7.71%
B = 51.24%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#951CBA (or 0x951CBA) is known color: Dark Orchid. HEX triplet: 95, 1C and BA. RGB value is (149,28,186). Sum of RGB (Red+Green+Blue) = 149+28+186=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #951CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951CBA is #6AE345. Grayscale: #515151. Windows color (decimal): -7004998 or 12197013. OLE color: 12197013.

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

Color convert

RGB 149 28 186 -
CMYK 0.20 0.85 0 0.27
HSL 285.95º 0.74% 0.42% -
HSV(B) 285.95º 0.85% 0.73% -
XYZ 21.67 10.77 47.39 -
YUV 82.19 186.59 175.65 -
System Red Green Blue C M Y K H S L
Decimal 149 28 186 0.20 0.85 0 0.27 285.95 0.74 0.42
Hex 95 1C BA 14 55 0 1B 11E 4A 2A
Octal 225 34 272 24 125 0 33 436 112 52
Binary 10010101 11100 10111010 10100 1010101 0 11011 100011110 1001010 101010

Color Harmonies of #951CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951CBA

Black with #951CBA

Text Example


Text Example

White with #951CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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