Html Css Color HEX #952DBE Dark Orchid

📋 copy color: '#952DBE'

red 149 ◦ green 45 ◦ blue 190

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

Shades of Dark Orchid #952DBE

Tints of Dark Orchid #952DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 38.8%
G = 11.72%
B = 49.48%

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

#952DBE (or 0x952DBE) is known color: Dark Orchid. HEX triplet: 95, 2D and BE. RGB value is (149,45,190). Sum of RGB (Red+Green+Blue) = 149+45+190=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #952DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952DBE is #6AD241. Grayscale: #5C5C5C. Windows color (decimal): -7000642 or 12463509. OLE color: 12463509.

HSL color Cylindrical-coordinate representation of color #952DBE: hue angle of 283.03º 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 #952DBE is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 45 190 -
CMYK 0.22 0.76 0 0.25
HSL 283.03º 0.62% 0.46% -
HSV(B) 283.03º 0.76% 0.75% -
XYZ 22.63 11.98 49.84 -
YUV 92.63 182.96 168.21 -
System Red Green Blue C M Y K H S L
Decimal 149 45 190 0.22 0.76 0 0.25 283.03 0.62 0.46
Hex 95 2D BE 16 4C 0 19 11B 3E 2E
Octal 225 55 276 26 114 0 31 433 76 56
Binary 10010101 101101 10111110 10110 1001100 0 11001 100011011 111110 101110

Color Harmonies of #952DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952DBE

Black with #952DBE

Text Example


Text Example

White with #952DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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