Html Css Color HEX #9035C7 Dark Orchid

📋 copy color: '#9035C7'

red 144 ◦ green 53 ◦ blue 199

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

Shades of Dark Orchid #9035C7

Tints of Dark Orchid #9035C7

RGB

 RED value IS 144 (56.64% from 255) = 36.36%

 GREEN value IS 53 (21.09% from 255) = 13.38%

 BLUE value IS 199 (78.13% from 255) = 50.25%

R = 36.36%
G = 13.38%
B = 50.25%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9035C7 (or 0x9035C7) is known color: Dark Orchid. HEX triplet: 90, 35 and C7. RGB value is (144,53,199). Sum of RGB (Red+Green+Blue) = 144+53+199=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 199 (78.12% from 255 or 50.25% from 396); Max value from RGB is 199 - color contains mainly: blue. Hex color #9035C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9035C7 is #6FCA38. Grayscale: #606060. Windows color (decimal): -7326265 or 13055376. OLE color: 13055376.

HSL color Cylindrical-coordinate representation of color #9035C7: hue angle of 277.4º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9035C7 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 144 53 199 -
CMYK 0.28 0.73 0 0.22
HSL 277.4º 0.58% 0.49% -
HSV(B) 277.4º 0.73% 0.78% -
XYZ 23.08 12.6 55.25 -
YUV 96.85 185.65 161.63 -
System Red Green Blue C M Y K H S L
Decimal 144 53 199 0.28 0.73 0 0.22 277.4 0.58 0.49
Hex 90 35 C7 1C 49 0 16 115 3A 31
Octal 220 65 307 34 111 0 26 425 72 61
Binary 10010000 110101 11000111 11100 1001001 0 10110 100010101 111010 110001

Color Harmonies of #9035C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9035C7

Black with #9035C7

Text Example


Text Example

White with #9035C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9035C7; }

 p { color: rgb(144,53,199); }

 H1.HeaderClassName
 {
   color: #9035C7;
 }
 .AnyTagClassName
 {
   color: #9035C7;
 }
</style>

background-color css

<style>
 a { background-color: #9035C7; }

 a { background-color: rgb(144,53,199); }

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

border-color css

<style>
 span { border-color: #9035C7; }

 span { border-color: rgb(144,53,199); }

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