Html Css Color HEX #9030CF Dark Orchid

📋 copy color: '#9030CF'

red 144 ◦ green 48 ◦ blue 207

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

Shades of Dark Orchid #9030CF

Tints of Dark Orchid #9030CF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.03%

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

R = 36.09%
G = 12.03%
B = 51.88%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9030CF (or 0x9030CF) is known color: Dark Orchid. HEX triplet: 90, 30 and CF. RGB value is (144,48,207). Sum of RGB (Red+Green+Blue) = 144+48+207=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #9030CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9030CF is #6FCF30. Grayscale: #5E5E5E. Windows color (decimal): -7327537 or 13578384. OLE color: 13578384.

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

Color convert

RGB 144 48 207 -
CMYK 0.30 0.77 0 0.19
HSL 276.23º 0.62% 0.5% -
HSV(B) 276.23º 0.77% 0.81% -
XYZ 23.82 12.55 60.2 -
YUV 94.83 191.3 163.07 -
System Red Green Blue C M Y K H S L
Decimal 144 48 207 0.30 0.77 0 0.19 276.23 0.62 0.5
Hex 90 30 CF 1E 4D 0 13 114 3E 32
Octal 220 60 317 36 115 0 23 424 76 62
Binary 10010000 110000 11001111 11110 1001101 0 10011 100010100 111110 110010

Color Harmonies of #9030CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9030CF

Black with #9030CF

Text Example


Text Example

White with #9030CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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