Html Css Color HEX #951DBA Dark Orchid

📋 copy color: '#951DBA'

red 149 ◦ green 29 ◦ blue 186

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

Shades of Dark Orchid #951DBA

Tints of Dark Orchid #951DBA

RGB

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

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

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

R = 40.93%
G = 7.97%
B = 51.1%

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

#951DBA (or 0x951DBA) is known color: Dark Orchid. HEX triplet: 95, 1D and BA. RGB value is (149,29,186). Sum of RGB (Red+Green+Blue) = 149+29+186=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 29 (11.72% from 255 or 7.97% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #951DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951DBA is #6AE245. Grayscale: #525252. Windows color (decimal): -7004742 or 12197269. OLE color: 12197269.

HSL color Cylindrical-coordinate representation of color #951DBA: hue angle of 285.86º degrees, saturation: 0.73, 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 #951DBA is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 29 186 -
CMYK 0.20 0.84 0 0.27
HSL 285.86º 0.73% 0.42% -
HSV(B) 285.86º 0.84% 0.73% -
XYZ 21.7 10.81 47.4 -
YUV 82.78 186.26 175.23 -
System Red Green Blue C M Y K H S L
Decimal 149 29 186 0.20 0.84 0 0.27 285.86 0.73 0.42
Hex 95 1D BA 14 54 0 1B 11E 49 2A
Octal 225 35 272 24 124 0 33 436 111 52
Binary 10010101 11101 10111010 10100 1010100 0 11011 100011110 1001001 101010

Color Harmonies of #951DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951DBA

Black with #951DBA

Text Example


Text Example

White with #951DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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