Html Css Color HEX #953FBB Dark Orchid

📋 copy color: '#953FBB'

red 149 ◦ green 63 ◦ blue 187

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

Shades of Dark Orchid #953FBB

Tints of Dark Orchid #953FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.87%

R = 37.34%
G = 15.79%
B = 46.87%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#953FBB (or 0x953FBB) is known color: Dark Orchid. HEX triplet: 95, 3F and BB. RGB value is (149,63,187). Sum of RGB (Red+Green+Blue) = 149+63+187=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #953FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953FBB is #6AC044. Grayscale: #666666. Windows color (decimal): -6996037 or 12271509. OLE color: 12271509.

HSL color Cylindrical-coordinate representation of color #953FBB: hue angle of 281.61º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953FBB is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 63 187 -
CMYK 0.20 0.66 0 0.27
HSL 281.61º 0.5% 0.49% -
HSV(B) 281.61º 0.66% 0.73% -
XYZ 23.14 13.53 48.41 -
YUV 102.85 175.49 160.92 -
System Red Green Blue C M Y K H S L
Decimal 149 63 187 0.20 0.66 0 0.27 281.61 0.5 0.49
Hex 95 3F BB 14 42 0 1B 11A 32 31
Octal 225 77 273 24 102 0 33 432 62 61
Binary 10010101 111111 10111011 10100 1000010 0 11011 100011010 110010 110001

Color Harmonies of #953FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953FBB

Black with #953FBB

Text Example


Text Example

White with #953FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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