Html Css Color HEX #952DBA Dark Orchid

📋 copy color: '#952DBA'

red 149 ◦ green 45 ◦ blue 186

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

Shades of Dark Orchid #952DBA

Tints of Dark Orchid #952DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.95%

R = 39.21%
G = 11.84%
B = 48.95%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#952DBA (or 0x952DBA) is known color: Dark Orchid. HEX triplet: 95, 2D and BA. RGB value is (149,45,186). Sum of RGB (Red+Green+Blue) = 149+45+186=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 45 (17.97% from 255 or 11.84% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #952DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952DBA is #6AD245. Grayscale: #5B5B5B. Windows color (decimal): -7000646 or 12201365. OLE color: 12201365.

HSL color Cylindrical-coordinate representation of color #952DBA: hue angle of 284.26º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952DBA is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 45 186 -
CMYK 0.20 0.76 0 0.27
HSL 284.26º 0.61% 0.45% -
HSV(B) 284.26º 0.76% 0.73% -
XYZ 22.2 11.81 47.56 -
YUV 92.17 180.96 168.54 -
System Red Green Blue C M Y K H S L
Decimal 149 45 186 0.20 0.76 0 0.27 284.26 0.61 0.45
Hex 95 2D BA 14 4C 0 1B 11C 3D 2D
Octal 225 55 272 24 114 0 33 434 75 55
Binary 10010101 101101 10111010 10100 1001100 0 11011 100011100 111101 101101

Color Harmonies of #952DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952DBA

Black with #952DBA

Text Example


Text Example

White with #952DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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