Html Css Color HEX #9525CB Dark Orchid

📋 copy color: '#9525CB'

red 149 ◦ green 37 ◦ blue 203

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

Shades of Dark Orchid #9525CB

Tints of Dark Orchid #9525CB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.51%

 BLUE value IS 203 (79.69% from 255) = 52.19%

R = 38.3%
G = 9.51%
B = 52.19%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9525CB (or 0x9525CB) is known color: Dark Orchid. HEX triplet: 95, 25 and CB. RGB value is (149,37,203). Sum of RGB (Red+Green+Blue) = 149+37+203=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #9525CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9525CB is #6ADA34. Grayscale: #585858. Windows color (decimal): -7002677 or 13313429. OLE color: 13313429.

HSL color Cylindrical-coordinate representation of color #9525CB: hue angle of 280.48º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9525CB is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 37 203 -
CMYK 0.27 0.82 0 0.20
HSL 280.48º 0.69% 0.47% -
HSV(B) 280.48º 0.82% 0.8% -
XYZ 23.84 12.02 57.56 -
YUV 89.41 192.11 170.5 -
System Red Green Blue C M Y K H S L
Decimal 149 37 203 0.27 0.82 0 0.20 280.48 0.69 0.47
Hex 95 25 CB 1B 52 0 14 118 45 2F
Octal 225 45 313 33 122 0 24 430 105 57
Binary 10010101 100101 11001011 11011 1010010 0 10100 100011000 1000101 101111

Color Harmonies of #9525CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9525CB

Black with #9525CB

Text Example


Text Example

White with #9525CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9525CB; }

 p { color: rgb(149,37,203); }

 H1.HeaderClassName
 {
   color: #9525CB;
 }
 .AnyTagClassName
 {
   color: #9525CB;
 }
</style>

background-color css

<style>
 a { background-color: #9525CB; }

 a { background-color: rgb(149,37,203); }

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

border-color css

<style>
 span { border-color: #9525CB; }

 span { border-color: rgb(149,37,203); }

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