Html Css Color HEX #953FBF Dark Orchid

📋 copy color: '#953FBF'

red 149 ◦ green 63 ◦ blue 191

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

Shades of Dark Orchid #953FBF

Tints of Dark Orchid #953FBF

RGB

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

 GREEN value IS 63 (25% from 255) = 15.63%

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

R = 36.97%
G = 15.63%
B = 47.39%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#953FBF (or 0x953FBF) is known color: Dark Orchid. HEX triplet: 95, 3F and BF. RGB value is (149,63,191). Sum of RGB (Red+Green+Blue) = 149+63+191=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #953FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953FBF is #6AC040. Grayscale: #666666. Windows color (decimal): -6996033 or 12533653. OLE color: 12533653.

HSL color Cylindrical-coordinate representation of color #953FBF: hue angle of 280.31º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #953FBF is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 63 191 -
CMYK 0.22 0.67 0 0.25
HSL 280.31º 0.5% 0.5% -
HSV(B) 280.31º 0.67% 0.75% -
XYZ 23.58 13.71 50.69 -
YUV 103.31 177.49 160.59 -
System Red Green Blue C M Y K H S L
Decimal 149 63 191 0.22 0.67 0 0.25 280.31 0.5 0.5
Hex 95 3F BF 16 43 0 19 118 32 32
Octal 225 77 277 26 103 0 31 430 62 62
Binary 10010101 111111 10111111 10110 1000011 0 11001 100011000 110010 110010

Color Harmonies of #953FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953FBF

Black with #953FBF

Text Example


Text Example

White with #953FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953FBF; }

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

 H1.HeaderClassName
 {
   color: #953FBF;
 }
 .AnyTagClassName
 {
   color: #953FBF;
 }
</style>

background-color css

<style>
 a { background-color: #953FBF; }

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

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

border-color css

<style>
 span { border-color: #953FBF; }

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

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