Html Css Color HEX #9430CA Dark Orchid

📋 copy color: '#9430CA'

red 148 ◦ green 48 ◦ blue 202

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

Shades of Dark Orchid #9430CA

Tints of Dark Orchid #9430CA

RGB

 RED value IS 148 (58.2% from 255) = 37.19%

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

 BLUE value IS 202 (79.3% from 255) = 50.75%

R = 37.19%
G = 12.06%
B = 50.75%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9430CA (or 0x9430CA) is known color: Dark Orchid. HEX triplet: 94, 30 and CA. RGB value is (148,48,202). Sum of RGB (Red+Green+Blue) = 148+48+202=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #9430CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9430CA is #6BCF35. Grayscale: #5E5E5E. Windows color (decimal): -7065398 or 13250708. OLE color: 13250708.

HSL color Cylindrical-coordinate representation of color #9430CA: hue angle of 278.96º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9430CA is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 48 202 -
CMYK 0.27 0.76 0 0.21
HSL 278.96º 0.62% 0.49% -
HSV(B) 278.96º 0.76% 0.79% -
XYZ 23.93 12.67 57.06 -
YUV 95.46 188.13 165.48 -
System Red Green Blue C M Y K H S L
Decimal 148 48 202 0.27 0.76 0 0.21 278.96 0.62 0.49
Hex 94 30 CA 1B 4C 0 15 117 3E 31
Octal 224 60 312 33 114 0 25 427 76 61
Binary 10010100 110000 11001010 11011 1001100 0 10101 100010111 111110 110001

Color Harmonies of #9430CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9430CA

Black with #9430CA

Text Example


Text Example

White with #9430CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9430CA; }

 p { color: rgb(148,48,202); }

 H1.HeaderClassName
 {
   color: #9430CA;
 }
 .AnyTagClassName
 {
   color: #9430CA;
 }
</style>

background-color css

<style>
 a { background-color: #9430CA; }

 a { background-color: rgb(148,48,202); }

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

border-color css

<style>
 span { border-color: #9430CA; }

 span { border-color: rgb(148,48,202); }

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