Html Css Color HEX #952DB3 Dark Orchid

📋 copy color: '#952DB3'

red 149 ◦ green 45 ◦ blue 179

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

Shades of Dark Orchid #952DB3

Tints of Dark Orchid #952DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.99%

R = 39.95%
G = 12.06%
B = 47.99%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#952DB3 (or 0x952DB3) is known color: Dark Orchid. HEX triplet: 95, 2D and B3. RGB value is (149,45,179). Sum of RGB (Red+Green+Blue) = 149+45+179=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 45 (17.97% from 255 or 12.06% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #952DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952DB3 is #6AD24C. Grayscale: #5A5A5A. Windows color (decimal): -7000653 or 11742613. OLE color: 11742613.

HSL color Cylindrical-coordinate representation of color #952DB3: hue angle of 286.57º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952DB3 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 45 179 -
CMYK 0.17 0.75 0 0.30
HSL 286.57º 0.6% 0.44% -
HSV(B) 286.57º 0.75% 0.7% -
XYZ 21.47 11.52 43.74 -
YUV 91.37 177.46 169.1 -
System Red Green Blue C M Y K H S L
Decimal 149 45 179 0.17 0.75 0 0.30 286.57 0.6 0.44
Hex 95 2D B3 11 4B 0 1E 11F 3C 2C
Octal 225 55 263 21 113 0 36 437 74 54
Binary 10010101 101101 10110011 10001 1001011 0 11110 100011111 111100 101100

Color Harmonies of #952DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952DB3

Black with #952DB3

Text Example


Text Example

White with #952DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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