Html Css Color HEX #951FD2 Dark Orchid

📋 copy color: '#951FD2'

red 149 ◦ green 31 ◦ blue 210

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

Shades of Dark Orchid #951FD2

Tints of Dark Orchid #951FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 53.85%

R = 38.21%
G = 7.95%
B = 53.85%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#951FD2 (or 0x951FD2) is known color: Dark Orchid. HEX triplet: 95, 1F and D2. RGB value is (149,31,210). Sum of RGB (Red+Green+Blue) = 149+31+210=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 210 (82.42% from 255 or 53.85% from 390); Max value from RGB is 210 - color contains mainly: blue. Hex color #951FD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951FD2 is #6AE02D. Grayscale: #565656. Windows color (decimal): -7004206 or 13770645. OLE color: 13770645.

HSL color Cylindrical-coordinate representation of color #951FD2: hue angle of 279.55º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951FD2 is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 31 210 -
CMYK 0.29 0.85 0 0.18
HSL 279.55º 0.74% 0.47% -
HSV(B) 279.55º 0.85% 0.82% -
XYZ 24.52 12.02 62 -
YUV 86.69 197.59 172.45 -
System Red Green Blue C M Y K H S L
Decimal 149 31 210 0.29 0.85 0 0.18 279.55 0.74 0.47
Hex 95 1F D2 1D 55 0 12 118 4A 2F
Octal 225 37 322 35 125 0 22 430 112 57
Binary 10010101 11111 11010010 11101 1010101 0 10010 100011000 1001010 101111

Color Harmonies of #951FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951FD2

Black with #951FD2

Text Example


Text Example

White with #951FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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