Html Css Color HEX #9035CF Dark Orchid

📋 copy color: '#9035CF'

red 144 ◦ green 53 ◦ blue 207

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

Shades of Dark Orchid #9035CF

Tints of Dark Orchid #9035CF

RGB

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

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

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

R = 35.64%
G = 13.12%
B = 51.24%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9035CF (or 0x9035CF) is known color: Dark Orchid. HEX triplet: 90, 35 and CF. RGB value is (144,53,207). Sum of RGB (Red+Green+Blue) = 144+53+207=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #9035CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9035CF is #6FCA30. Grayscale: #616161. Windows color (decimal): -7326257 or 13579664. OLE color: 13579664.

HSL color Cylindrical-coordinate representation of color #9035CF: hue angle of 275.45º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9035CF is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 53 207 -
CMYK 0.30 0.74 0 0.19
HSL 275.45º 0.62% 0.51% -
HSV(B) 275.45º 0.74% 0.81% -
XYZ 24.04 12.98 60.27 -
YUV 97.77 189.65 160.98 -
System Red Green Blue C M Y K H S L
Decimal 144 53 207 0.30 0.74 0 0.19 275.45 0.62 0.51
Hex 90 35 CF 1E 4A 0 13 113 3E 33
Octal 220 65 317 36 112 0 23 423 76 63
Binary 10010000 110101 11001111 11110 1001010 0 10011 100010011 111110 110011

Color Harmonies of #9035CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9035CF

Black with #9035CF

Text Example


Text Example

White with #9035CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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