Html Css Color HEX #9433CA Dark Orchid

📋 copy color: '#9433CA'

red 148 ◦ green 51 ◦ blue 202

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

Shades of Dark Orchid #9433CA

Tints of Dark Orchid #9433CA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.72%

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

R = 36.91%
G = 12.72%
B = 50.37%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9433CA (or 0x9433CA) is known color: Dark Orchid. HEX triplet: 94, 33 and CA. RGB value is (148,51,202). Sum of RGB (Red+Green+Blue) = 148+51+202=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 51 (20.31% from 255 or 12.72% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #9433CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9433CA is #6BCC35. Grayscale: #606060. Windows color (decimal): -7064630 or 13251476. OLE color: 13251476.

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

Color convert

RGB 148 51 202 -
CMYK 0.27 0.75 0 0.21
HSL 278.54º 0.6% 0.5% -
HSV(B) 278.54º 0.75% 0.79% -
XYZ 24.06 12.93 57.1 -
YUV 97.22 187.14 164.22 -
System Red Green Blue C M Y K H S L
Decimal 148 51 202 0.27 0.75 0 0.21 278.54 0.6 0.5
Hex 94 33 CA 1B 4B 0 15 117 3C 32
Octal 224 63 312 33 113 0 25 427 74 62
Binary 10010100 110011 11001010 11011 1001011 0 10101 100010111 111100 110010

Color Harmonies of #9433CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9433CA

Black with #9433CA

Text Example


Text Example

White with #9433CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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