Html Css Color HEX #951FBC Dark Orchid

📋 copy color: '#951FBC'

red 149 ◦ green 31 ◦ blue 188

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

Shades of Dark Orchid #951FBC

Tints of Dark Orchid #951FBC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.42%

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

R = 40.49%
G = 8.42%
B = 51.09%

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

#951FBC (or 0x951FBC) is known color: Dark Orchid. HEX triplet: 95, 1F and BC. RGB value is (149,31,188). Sum of RGB (Red+Green+Blue) = 149+31+188=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 31 (12.5% from 255 or 8.42% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #951FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951FBC is #6AE043. Grayscale: #535353. Windows color (decimal): -7004228 or 12328853. OLE color: 12328853.

HSL color Cylindrical-coordinate representation of color #951FBC: hue angle of 285.1º 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 #951FBC is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 31 188 -
CMYK 0.21 0.84 0 0.26
HSL 285.1º 0.72% 0.43% -
HSV(B) 285.1º 0.84% 0.74% -
XYZ 21.96 11 48.54 -
YUV 84.18 186.59 174.23 -
System Red Green Blue C M Y K H S L
Decimal 149 31 188 0.21 0.84 0 0.26 285.1 0.72 0.43
Hex 95 1F BC 15 54 0 1A 11D 48 2B
Octal 225 37 274 25 124 0 32 435 110 53
Binary 10010101 11111 10111100 10101 1010100 0 11010 100011101 1001000 101011

Color Harmonies of #951FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951FBC

Black with #951FBC

Text Example


Text Example

White with #951FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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