Html Css Color HEX #951FC0 Dark Orchid

📋 copy color: '#951FC0'

red 149 ◦ green 31 ◦ blue 192

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

Shades of Dark Orchid #951FC0

Tints of Dark Orchid #951FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.61%

R = 40.05%
G = 8.33%
B = 51.61%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#951FC0 (or 0x951FC0) is known color: Dark Orchid. HEX triplet: 95, 1F and C0. RGB value is (149,31,192). Sum of RGB (Red+Green+Blue) = 149+31+192=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 192 (75.39% from 255 or 51.61% from 372); Max value from RGB is 192 - color contains mainly: blue. Hex color #951FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951FC0 is #6AE03F. Grayscale: #545454. Windows color (decimal): -7004224 or 12590997. OLE color: 12590997.

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

Color convert

RGB 149 31 192 -
CMYK 0.22 0.84 0 0.25
HSL 283.98º 0.72% 0.44% -
HSV(B) 283.98º 0.84% 0.75% -
XYZ 22.4 11.18 50.85 -
YUV 84.64 188.59 173.91 -
System Red Green Blue C M Y K H S L
Decimal 149 31 192 0.22 0.84 0 0.25 283.98 0.72 0.44
Hex 95 1F C0 16 54 0 19 11C 48 2C
Octal 225 37 300 26 124 0 31 434 110 54
Binary 10010101 11111 11000000 10110 1010100 0 11001 100011100 1001000 101100

Color Harmonies of #951FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951FC0

Black with #951FC0

Text Example


Text Example

White with #951FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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