Html Css Color HEX #951ABC Dark Orchid

📋 copy color: '#951ABC'

red 149 ◦ green 26 ◦ blue 188

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

Shades of Dark Orchid #951ABC

Tints of Dark Orchid #951ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.16%

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

R = 41.05%
G = 7.16%
B = 51.79%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#951ABC (or 0x951ABC) is known color: Dark Orchid. HEX triplet: 95, 1A and BC. RGB value is (149,26,188). Sum of RGB (Red+Green+Blue) = 149+26+188=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #951ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951ABC is #6AE543. Grayscale: #505050. Windows color (decimal): -7005508 or 12327573. OLE color: 12327573.

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

Color convert

RGB 149 26 188 -
CMYK 0.21 0.86 0 0.26
HSL 285.56º 0.76% 0.42% -
HSV(B) 285.56º 0.86% 0.74% -
XYZ 21.84 10.76 48.5 -
YUV 81.25 188.25 176.33 -
System Red Green Blue C M Y K H S L
Decimal 149 26 188 0.21 0.86 0 0.26 285.56 0.76 0.42
Hex 95 1A BC 15 56 0 1A 11E 4C 2A
Octal 225 32 274 25 126 0 32 436 114 52
Binary 10010101 11010 10111100 10101 1010110 0 11010 100011110 1001100 101010

Color Harmonies of #951ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951ABC

Black with #951ABC

Text Example


Text Example

White with #951ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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