Html Css Color HEX #953DBB Dark Orchid

📋 copy color: '#953DBB'

red 149 ◦ green 61 ◦ blue 187

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

Shades of Dark Orchid #953DBB

Tints of Dark Orchid #953DBB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.37%

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

R = 37.53%
G = 15.37%
B = 47.1%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#953DBB (or 0x953DBB) is known color: Dark Orchid. HEX triplet: 95, 3D and BB. RGB value is (149,61,187). Sum of RGB (Red+Green+Blue) = 149+61+187=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #953DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953DBB is #6AC244. Grayscale: #656565. Windows color (decimal): -6996549 or 12270997. OLE color: 12270997.

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

Color convert

RGB 149 61 187 -
CMYK 0.20 0.67 0 0.27
HSL 281.9º 0.51% 0.49% -
HSV(B) 281.9º 0.67% 0.73% -
XYZ 23.03 13.31 48.37 -
YUV 101.68 176.15 161.75 -
System Red Green Blue C M Y K H S L
Decimal 149 61 187 0.20 0.67 0 0.27 281.9 0.51 0.49
Hex 95 3D BB 14 43 0 1B 11A 33 31
Octal 225 75 273 24 103 0 33 432 63 61
Binary 10010101 111101 10111011 10100 1000011 0 11011 100011010 110011 110001

Color Harmonies of #953DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953DBB

Black with #953DBB

Text Example


Text Example

White with #953DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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