Html Css Color HEX #9526C6 Dark Orchid

📋 copy color: '#9526C6'

red 149 ◦ green 38 ◦ blue 198

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

Shades of Dark Orchid #9526C6

Tints of Dark Orchid #9526C6

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.87%

 BLUE value IS 198 (77.73% from 255) = 51.43%

R = 38.7%
G = 9.87%
B = 51.43%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9526C6 (or 0x9526C6) is known color: Dark Orchid. HEX triplet: 95, 26 and C6. RGB value is (149,38,198). Sum of RGB (Red+Green+Blue) = 149+38+198=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 198 (77.73% from 255 or 51.43% from 385); Max value from RGB is 198 - color contains mainly: blue. Hex color #9526C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9526C6 is #6AD939. Grayscale: #585858. Windows color (decimal): -7002426 or 12986005. OLE color: 12986005.

HSL color Cylindrical-coordinate representation of color #9526C6: hue angle of 281.62º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9526C6 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 38 198 -
CMYK 0.25 0.81 0 0.22
HSL 281.63º 0.68% 0.46% -
HSV(B) 281.63º 0.81% 0.78% -
XYZ 23.28 11.85 54.49 -
YUV 89.43 189.27 170.49 -
System Red Green Blue C M Y K H S L
Decimal 149 38 198 0.25 0.81 0 0.22 281.63 0.68 0.46
Hex 95 26 C6 19 51 0 16 11A 44 2E
Octal 225 46 306 31 121 0 26 432 104 56
Binary 10010101 100110 11000110 11001 1010001 0 10110 100011010 1000100 101110

Color Harmonies of #9526C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9526C6

Black with #9526C6

Text Example


Text Example

White with #9526C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9526C6; }

 p { color: rgb(149,38,198); }

 H1.HeaderClassName
 {
   color: #9526C6;
 }
 .AnyTagClassName
 {
   color: #9526C6;
 }
</style>

background-color css

<style>
 a { background-color: #9526C6; }

 a { background-color: rgb(149,38,198); }

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

border-color css

<style>
 span { border-color: #9526C6; }

 span { border-color: rgb(149,38,198); }

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