Html Css Color HEX #951FC6 Dark Orchid

📋 copy color: '#951FC6'

red 149 ◦ green 31 ◦ blue 198

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

Shades of Dark Orchid #951FC6

Tints of Dark Orchid #951FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 52.38%

R = 39.42%
G = 8.2%
B = 52.38%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#951FC6 (or 0x951FC6) is known color: Dark Orchid. HEX triplet: 95, 1F and C6. RGB value is (149,31,198). Sum of RGB (Red+Green+Blue) = 149+31+198=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 198 (77.73% from 255 or 52.38% from 378); Max value from RGB is 198 - color contains mainly: blue. Hex color #951FC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951FC6 is #6AE039. Grayscale: #545454. Windows color (decimal): -7004218 or 12984213. OLE color: 12984213.

HSL color Cylindrical-coordinate representation of color #951FC6: hue angle of 282.4º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951FC6 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 31 198 -
CMYK 0.25 0.84 0 0.22
HSL 282.4º 0.73% 0.45% -
HSV(B) 282.4º 0.84% 0.78% -
XYZ 23.08 11.45 54.42 -
YUV 85.32 191.59 173.42 -
System Red Green Blue C M Y K H S L
Decimal 149 31 198 0.25 0.84 0 0.22 282.4 0.73 0.45
Hex 95 1F C6 19 54 0 16 11A 49 2D
Octal 225 37 306 31 124 0 26 432 111 55
Binary 10010101 11111 11000110 11001 1010100 0 10110 100011010 1001001 101101

Color Harmonies of #951FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951FC6

Black with #951FC6

Text Example


Text Example

White with #951FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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