Html Css Color HEX #9521CF Dark Orchid

📋 copy color: '#9521CF'

red 149 ◦ green 33 ◦ blue 207

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

Shades of Dark Orchid #9521CF

Tints of Dark Orchid #9521CF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.48%

 BLUE value IS 207 (81.25% from 255) = 53.21%

R = 38.3%
G = 8.48%
B = 53.21%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9521CF (or 0x9521CF) is known color: Dark Orchid. HEX triplet: 95, 21 and CF. RGB value is (149,33,207). Sum of RGB (Red+Green+Blue) = 149+33+207=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #9521CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9521CF is #6ADE30. Grayscale: #565656. Windows color (decimal): -7003697 or 13574549. OLE color: 13574549.

HSL color Cylindrical-coordinate representation of color #9521CF: hue angle of 280º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9521CF is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 33 207 -
CMYK 0.28 0.84 0 0.19
HSL 280º 0.73% 0.47% -
HSV(B) 280º 0.84% 0.81% -
XYZ 24.2 11.98 60.07 -
YUV 87.52 195.43 171.85 -
System Red Green Blue C M Y K H S L
Decimal 149 33 207 0.28 0.84 0 0.19 280 0.73 0.47
Hex 95 21 CF 1C 54 0 13 118 48 2F
Octal 225 41 317 34 124 0 23 430 110 57
Binary 10010101 100001 11001111 11100 1010100 0 10011 100011000 1001000 101111

Color Harmonies of #9521CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9521CF

Black with #9521CF

Text Example


Text Example

White with #9521CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9521CF; }

 p { color: rgb(149,33,207); }

 H1.HeaderClassName
 {
   color: #9521CF;
 }
 .AnyTagClassName
 {
   color: #9521CF;
 }
</style>

background-color css

<style>
 a { background-color: #9521CF; }

 a { background-color: rgb(149,33,207); }

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

border-color css

<style>
 span { border-color: #9521CF; }

 span { border-color: rgb(149,33,207); }

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