Html Css Color HEX #952DBF Dark Orchid

📋 copy color: '#952DBF'

red 149 ◦ green 45 ◦ blue 191

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

Shades of Dark Orchid #952DBF

Tints of Dark Orchid #952DBF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.69%

 BLUE value IS 191 (75% from 255) = 49.61%

R = 38.7%
G = 11.69%
B = 49.61%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#952DBF (or 0x952DBF) is known color: Dark Orchid. HEX triplet: 95, 2D and BF. RGB value is (149,45,191). Sum of RGB (Red+Green+Blue) = 149+45+191=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #952DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952DBF is #6AD240. Grayscale: #5C5C5C. Windows color (decimal): -7000641 or 12529045. OLE color: 12529045.

HSL color Cylindrical-coordinate representation of color #952DBF: hue angle of 282.74º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952DBF is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 45 191 -
CMYK 0.22 0.76 0 0.25
HSL 282.74º 0.62% 0.46% -
HSV(B) 282.74º 0.76% 0.75% -
XYZ 22.74 12.03 50.41 -
YUV 92.74 183.46 168.13 -
System Red Green Blue C M Y K H S L
Decimal 149 45 191 0.22 0.76 0 0.25 282.74 0.62 0.46
Hex 95 2D BF 16 4C 0 19 11B 3E 2E
Octal 225 55 277 26 114 0 31 433 76 56
Binary 10010101 101101 10111111 10110 1001100 0 11001 100011011 111110 101110

Color Harmonies of #952DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952DBF

Black with #952DBF

Text Example


Text Example

White with #952DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952DBF; }

 p { color: rgb(149,45,191); }

 H1.HeaderClassName
 {
   color: #952DBF;
 }
 .AnyTagClassName
 {
   color: #952DBF;
 }
</style>

background-color css

<style>
 a { background-color: #952DBF; }

 a { background-color: rgb(149,45,191); }

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

border-color css

<style>
 span { border-color: #952DBF; }

 span { border-color: rgb(149,45,191); }

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